home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / backup / dds2tar-.000 / dds2tar-2.4.12.tar / dds2tar-2.4.12 / tar-1.11.2-sparse-files.patch < prev    next >
Text File  |  1995-02-02  |  294b  |  13 lines

  1. diff -ru tar-1.11.2/create.c tar-1.11.2.1/create.c
  2. --- tar-1.11.2/create.c    Thu Mar 25 19:32:31 1993
  3. +++ tar-1.11.2.1/create.c    Wed Oct 26 01:11:39 1994
  4. @@ -380,7 +380,7 @@
  5.  
  6.        header_moved = 0;
  7.  
  8. -#ifdef BSD42
  9. +#if defined(BSD42) || defined(__linux__)
  10.        if (f_sparse_files)
  11.      {
  12.        /*
  13.